net/http.http2serverConn.bw (field)
6 uses
net/http (current package)
h2_bundle.go#L4279: bw: http2newBufferedWriter(c),
h2_bundle.go#L4326: fr := http2NewFramer(sc.bw, c)
h2_bundle.go#L4418: sc.bw.Flush()
h2_bundle.go#L4427: bw *http2bufferedWriter // writing to conn
h2_bundle.go#L4537: func (sc *http2serverConn) Flush() error { return sc.bw.Flush() }
h2_bundle.go#L5126: if wr.write.staysWithinBuffer(sc.bw.Available()) {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |